C#
VB
C++
Adds the elements of the specified collection to the end of the ListWithEvents<T>.
public void AddRange(
IEnumerable<T> collection
)
Public Sub AddRange( _
ByVal collection As IEnumerable(Of T) _
)
public:
void AddRange(
IEnumerable<T^>^ collection
)
collection
The collection whose elements should be added to the end of the ListWithEvents<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET